home *** CD-ROM | disk | FTP | other *** search
- { OVERXMS 1.2 - Loads overlays in XMS. Written by Wilbert van Leijen }
-
- { BUG Fix in OVERXMS.ASM by Arnold Bailey [72020,136] BIX abailey 1/03/93 }
-
- Unit OverXMS;
-
- {$O- }
-
- Interface
- uses Overlay;
-
- Const
- ovrNoXMSDriver = -7; { No XMS driver installed }
- ovrNoXMSMemory = -8; { Insufficient XMS memory available }
-
- Procedure OvrInitXMS;
-
- Implementation
-
- Procedure OvrInitXMS; External;
- {$L OVERXMS.OBJ }
-
- end. { OverXMS }
-